home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / network / ka9q / nhclb120.zoo / amiga.h < prev    next >
C/C++ Source or Header  |  1992-02-11  |  282b  |  11 lines

  1. /* Asynch controller control block */
  2. #define MAX_STORE 1024
  3. struct asy {
  4.     int speed;        /* Line speed */
  5.     char *tty;
  6.     char recv_buf[MAX_STORE];
  7. };
  8. extern struct asy asy[];
  9. extern unsigned nasy;        /* Actual number of asynch lines */
  10. #define    ASY_MAX    1        /* Two asynch ports on the PC */
  11.